gdb: Add comment to revision history.
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 18 Jun 2007 18:10:13 +0000 (18:10 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 18 Jun 2007 18:10:13 +0000 (18:10 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2827 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/gdb.c

index ff847d9c182d0d99afedbca8a0bf73dd01ea1e03..afc75aa1c5d3fbe330e0ebf0bb1755b164276106 100644 (file)
@@ -55,6 +55,7 @@
            2007/02/07: Add special code for unknown bytes in waypoints with class GE 8 (calculated points)
            2007/02/15: Nearly full rewrite. Full support for GDB V3. New option roadbook.
            2007/05/03: Add code for tricky V3 descriptions
+           2007/06/18: Tweak some forgotten "flagged" fields
 */
 
 #include <stdio.h>
 
 /*******************************************************************************/
 
-/* static char gdb_release[] = "$Revision: 1.54 $"; */
-static char gdb_release_date[] = "$Date: 2007-06-18 18:08:52 $";
+/* static char gdb_release[] = "$Revision: 1.55 $"; */
+static char gdb_release_date[] = "$Date: 2007-06-18 18:10:13 $";
 
 static gbfile *fin, *fout;
 static int gdb_ver, gdb_category, gdb_via, gdb_roadbook;